home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / registr / regcmd102.exe / {app} / RegCmd.exe / 0 / RCDATA / TFORMVALUE / TFORMVALUE.txt
Text File  |  2002-06-07  |  4KB  |  202 lines

  1. object FormValue: TFormValue
  2.   Left = 250
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FormValue'
  7.   ClientHeight = 116
  8.   ClientWidth = 521
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Str_Panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 521
  25.     Height = 116
  26.     Align = alClient
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object Org_Label: TLabel
  31.       Left = 12
  32.       Top = 40
  33.       Width = 38
  34.       Height = 13
  35.       Caption = 'Orginal:'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clMaroon
  38.       Font.Height = -11
  39.       Font.Name = 'Tahoma'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object Val_Label: TLabel
  44.       Left = 12
  45.       Top = 64
  46.       Width = 30
  47.       Height = 13
  48.       Caption = 'Value:'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clMaroon
  51.       Font.Height = -11
  52.       Font.Name = 'Tahoma'
  53.       Font.Style = []
  54.       ParentFont = False
  55.     end
  56.     object Name_Label: TLabel
  57.       Left = 12
  58.       Top = 16
  59.       Width = 31
  60.       Height = 13
  61.       Caption = 'Name:'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clMaroon
  64.       Font.Height = -11
  65.       Font.Name = 'Tahoma'
  66.       Font.Style = []
  67.       ParentFont = False
  68.     end
  69.     object Size_Label: TLabel
  70.       Left = 392
  71.       Top = 16
  72.       Width = 23
  73.       Height = 13
  74.       Caption = 'Size:'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clMaroon
  77.       Font.Height = -11
  78.       Font.Name = 'Tahoma'
  79.       Font.Style = []
  80.       ParentFont = False
  81.     end
  82.     object Org_Edit: TEdit
  83.       Left = 56
  84.       Top = 36
  85.       Width = 457
  86.       Height = 21
  87.       Color = clBtnFace
  88.       ReadOnly = True
  89.       TabOrder = 10
  90.     end
  91.     object Ok_Btn: TButton
  92.       Left = 304
  93.       Top = 88
  94.       Width = 65
  95.       Height = 21
  96.       Caption = '&OK'
  97.       Default = True
  98.       ModalResult = 1
  99.       TabOrder = 5
  100.       OnClick = OkApply_Cmd
  101.     end
  102.     object Cancel_Btn: TButton
  103.       Left = 376
  104.       Top = 88
  105.       Width = 65
  106.       Height = 21
  107.       Cancel = True
  108.       Caption = '&Cancel'
  109.       ModalResult = 2
  110.       TabOrder = 6
  111.     end
  112.     object Apply_Btn: TButton
  113.       Left = 448
  114.       Top = 88
  115.       Width = 65
  116.       Height = 21
  117.       Caption = '&Apply'
  118.       TabOrder = 7
  119.       OnClick = OkApply_Cmd
  120.     end
  121.     object Val_Edit: TEdit
  122.       Left = 56
  123.       Top = 60
  124.       Width = 457
  125.       Height = 21
  126.       TabOrder = 0
  127.     end
  128.     object Name_Edit: TEdit
  129.       Left = 56
  130.       Top = 12
  131.       Width = 321
  132.       Height = 21
  133.       Color = clBtnFace
  134.       ReadOnly = True
  135.       TabOrder = 8
  136.     end
  137.     object Save_Btn: TButton
  138.       Left = 128
  139.       Top = 88
  140.       Width = 65
  141.       Height = 21
  142.       Caption = '&Save'
  143.       TabOrder = 3
  144.       OnClick = Save_Cmd
  145.     end
  146.     object Load_Btn: TButton
  147.       Left = 56
  148.       Top = 88
  149.       Width = 65
  150.       Height = 21
  151.       Caption = '&Load'
  152.       TabOrder = 2
  153.       OnClick = Load_Cmd
  154.     end
  155.     object Size_Edit: TEdit
  156.       Left = 424
  157.       Top = 12
  158.       Width = 89
  159.       Height = 21
  160.       Color = clBtnFace
  161.       ReadOnly = True
  162.       TabOrder = 9
  163.     end
  164.     object FileName_Btn: TButton
  165.       Left = 200
  166.       Top = 88
  167.       Width = 65
  168.       Height = 21
  169.       Caption = '&FileName'
  170.       Enabled = False
  171.       TabOrder = 4
  172.       OnClick = FileName_Cmd
  173.     end
  174.     object Val_Rich: TRichEdit
  175.       Left = 56
  176.       Top = 60
  177.       Width = 457
  178.       Height = 21
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clWindowText
  181.       Font.Height = -13
  182.       Font.Name = 'Courier New'
  183.       Font.Style = []
  184.       ParentFont = False
  185.       PlainText = True
  186.       TabOrder = 1
  187.       OnKeyDown = Val_Rich_KeyDown
  188.       OnKeyPress = Val_Rich_KeyPress
  189.     end
  190.   end
  191.   object OpenDialog1: TOpenDialog
  192.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  193.     Left = 8
  194.     Top = 80
  195.   end
  196.   object SaveDialog1: TSaveDialog
  197.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  198.     Left = 24
  199.     Top = 80
  200.   end
  201. end
  202.